home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 76 / DVD Actual 1 Marzo 2003.iso / Trial / TurboCAD 7.1 Pro / Data.Cab / F24344_AddProperty.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-11-10  |  1.2 KB  |  49 lines

  1. #if !defined(AFX_ADDPROPERTY_H__FF48D0B3_A20A_11D1_B7A1_000021452DB6__INCLUDED_)
  2. #define AFX_ADDPROPERTY_H__FF48D0B3_A20A_11D1_B7A1_000021452DB6__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // AddProperty.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CAddProperty dialog
  12.  
  13. class CAddProperty : public CDialog
  14. {
  15. // Construction
  16. public:
  17.     CAddProperty(CWnd* pParent = NULL);   // standard constructor
  18.  
  19. // Dialog Data
  20.     //{{AFX_DATA(CAddProperty)
  21.     enum { IDD = IDD_ADDPROPERTY };
  22.     CString    m_cstrName;
  23.     CString    m_cstrType;
  24.     BOOL    m_bReadOnly;
  25.     //}}AFX_DATA
  26.  
  27.  
  28. // Overrides
  29.     // ClassWizard generated virtual function overrides
  30.     //{{AFX_VIRTUAL(CAddProperty)
  31.     protected:
  32.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33.     //}}AFX_VIRTUAL
  34.  
  35. // Implementation
  36. protected:
  37.  
  38.     // Generated message map functions
  39.     //{{AFX_MSG(CAddProperty)
  40.     virtual void OnOK();
  41.     //}}AFX_MSG
  42.     DECLARE_MESSAGE_MAP()
  43. };
  44.  
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  47.  
  48. #endif // !defined(AFX_ADDPROPERTY_H__FF48D0B3_A20A_11D1_B7A1_000021452DB6__INCLUDED_)
  49.